home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maclife 42
/
MACLIFE42.ISO.7z
/
MACLIFE42.ISO
/
FreeWare200
/
圧縮伸張⁄コード
/
MacGzip
/
MacGzip 1.1.2 Source.sea
/
MacGzip 1.1.2 Source
/
More Resources
/
NotPPC ƒ
/
NotPPC ReadMe
next >
Wrap
Text File
|
1997-04-01
|
1KB
|
34 lines
#-----------------------------------------------------------------------#
# #
# NotPPC - Sample Application #
# #
# ゥ1993, 1994 Apple Computer, Inc. #
# #
#-----------------------------------------------------------------------#
NotPPC is a tiny 68K application that you can combine with your Power
Macintosh application to avoid the annoying "System Error -192: Resource
Not Found" that occurs when you try to run a Power Macintosh application
on a 68K Macintosh.
When run on a 68K Macintosh, NotPPC puts up a simple alert saying that the
application program is designed for Power Macintosh computers and is not
compatible with this 68K Macintosh.
NotPPC is created with a single segment named 'PPCOnly'. You might be able
to use 'PPCOnly' to differentiate between a Power Macintosh only application
versus a FAT application (such as from an installer).
To include this capability in your Power Macintosh application:
1) Build the NotPPC App using the NotPPC.make makefile.
2) Add the following line to your Power Macintosh application's resource
description (.r) file...
Include "NotPPC";
This copies the resources from NotPPC to your Power Macintosh
Application, resulting in a "Fat" application. Note that there are
other (equivalent) ways of creating "Fat" applications.